golang.org/x/tools/internal/gcimporter.importReader.typ (method)
18 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L577: typ := r.typ()
iimport.go#L660: constraint := r.typ()
iimport.go#L675: typ := r.typ()
iimport.go#L691: typ = r.typ()
iimport.go#L866: func (r *importReader) typ() types.Type {
iimport.go#L898: return types.NewPointer(r.typ())
iimport.go#L900: return types.NewSlice(r.typ())
iimport.go#L903: return types.NewArray(r.typ(), int64(n))
iimport.go#L906: return types.NewChan(dir, r.typ())
iimport.go#L908: return types.NewMap(r.typ(), r.typ())
iimport.go#L926: ftyp := r.typ()
iimport.go#L951: embeddeds[i] = r.typ()
iimport.go#L1006: targs[i] = r.typ()
iimport.go#L1008: baseType := r.typ()
iimport.go#L1024: terms[i] = types.NewTerm(r.bool(), r.typ())
iimport.go#L1070: xs[i] = types.Unalias(r.typ()).(*types.TypeParam)
iimport.go#L1086: typ := r.typ()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)